func golang.org/x/net/internal/httpsfv.isVChar

3 uses

	golang.org/x/net/internal/httpsfv (current package)
		httpsfv.go#L29: func isVChar(b byte) bool {
		httpsfv.go#L420: 			if !isVChar(ch) && !isSP(ch) {
		httpsfv.go#L581: 		if !isVChar(ch) && !isSP(ch) {